home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00058.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  239 b   |  15 lines

  1. on mouseUp
  2.   global drums, trap, label
  3.   if soundBusy(1) = 0 then
  4.     set drums to 0
  5.   end if
  6.   if trap = 1 then
  7.     set the visible of sprite 4 to 0
  8.     set trap to 0
  9.     set label to 1
  10.     go(marker(-1))
  11.   else
  12.     redraw()
  13.   end if
  14. end
  15.